home *** CD-ROM | disk | FTP | other *** search
- object formPSOutput: TformPSOutput
- Left = 195
- Top = 137
- BorderIcons = [biMinimize, biMaximize]
- BorderStyle = bsSingle
- Caption = 'Hoppa PortScanner V2.0'
- ClientHeight = 419
- ClientWidth = 631
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Scaled = False
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- object memoPSOutput: TMemo
- Left = 0
- Top = 0
- Width = 631
- Height = 321
- TabStop = False
- Align = alTop
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- WantTabs = True
- WordWrap = False
- end
- object buttonPSOK: TBitBtn
- Left = 32
- Top = 360
- Width = 137
- Height = 25
- Caption = '&OK'
- TabOrder = 1
- OnClick = buttonPSOKClic
- end
- object buttonPSPrint: TBitBtn
- Left = 232
- Top = 360
- Width = 147
- Height = 25
- Caption = '&Print'
- TabOrder = 2
- OnClick = buttonPSPrintClick
- end
- object buttonPSSave: TBitBtn
- Left = 448
- Top = 360
- Width = 131
- Height = 25
- Caption = '&Save to file'
- TabOrder = 3
- OnClick = buttonPSSaveClick
- end
- object progressbarPSScan: TProgressBar
- Left = 0
- Top = 321
- Width = 631
- Height = 17
- Align = alTop
- Min = 0
- Max = 100
- Step = 1
- TabOrder = 4
- end
- object statusbarPSOutput: TStatusBar
- Left = 0
- Top = 400
- Width = 631
- Height = 19
- Panels = <>
- SimplePanel = True
- SizeGrip = False
- end
- object printdialogPSOutput: TPrintDialog
- Left = 192
- Top = 360
- end
- object savedialogPSOutput: TSaveDialog
- DefaultExt = 'txt'
- Filter =
- 'Text files (*.txt)|*.txt|HoppaHostFiles (*.hff)|*.hff|All files ' +
- '(*.*)|*.*'
- FilterIndex = 0
- Options = [ofOverwritePrompt, ofHideReadOnly, ofNoReadOnlyReturn]
- Left = 408
- Top = 360
- end
- end
-